go/types.Checker.trace (method)

27 uses

	go/types (current package)
		call.go#L137: 		check.trace(pos, "-- instantiating signature %s with %s", typ, targs)
		call.go#L141: 			check.trace(pos, "=> %s (under = %s)", res, res.Underlying())
		check.go#L589: 				check.trace(a.desc.pos.Pos(), "-- "+a.desc.format, a.desc.args...)
		check.go#L591: 				check.trace(nopos, "-- delayed %p", a.f)
		cycles.go#L44: 		check.trace(tname.Pos(), "-- check direct cycle for %s", tname)
		decl.go#L65: 		check.trace(obj.Pos(), "-- checking %s (objPath = %s)", obj, pathString(check.objPath))
		decl.go#L69: 			check.trace(obj.Pos(), "=> %s", obj)
		decl.go#L234: 		check.trace(obj.Pos(), "## cycle detected: objPath = %s->%s (len = %d)", pathString(cycle), obj.Name(), len(cycle))
		decl.go#L236: 			check.trace(obj.Pos(), "## cycle contains: generic type in a type parameter list")
		decl.go#L238: 			check.trace(obj.Pos(), "## cycle contains: %d values, %d type definitions", nval, ndef)
		decl.go#L242: 				check.trace(obj.Pos(), "=> cycle is valid")
		decl.go#L244: 				check.trace(obj.Pos(), "=> error: cycle is invalid")
		errors.go#L126: 		check.trace(err.posn().Pos(), "ERROR: %s (code = %d)", err.desc[0].msg, err.code)
		expr.go#L974: 		check.trace(e.Pos(), "-- expr %s", e)
		expr.go#L978: 			check.trace(e.Pos(), "=> %s", x)
		format.go#L101: func (check *Checker) trace(pos token.Pos, format string, args ...any) {
		named.go#L746: 		check.trace(n.obj.pos, "-- Named.expandRHS %s", n)
		named.go#L750: 			check.trace(n.obj.pos, "=> %s (rhs = %s)", n, rhs)
		stmt.go#L24: 		check.trace(body.Pos(), "-- %s: %s", name, sig)
		typeset.go#L182: 		check.trace(pos, "-- type set for %s", ityp)
		typeset.go#L186: 			check.trace(pos, "=> %s ", ityp.typeSet())
		typexpr.go#L234: 		check.trace(e0.Pos(), "-- type %s", e0)
		typexpr.go#L245: 				check.trace(e0.Pos(), "=> %s // %s", T, goTypeName(T))
		typexpr.go#L247: 				check.trace(e0.Pos(), "=> %s (under = %s) // %s", T, under, goTypeName(T))
		typexpr.go#L404: 		check.trace(ix.Pos(), "-- instantiating type %s with %s", ix.x, ix.indices)
		typexpr.go#L409: 			check.trace(ix.Pos(), "=> %s", res)
		validtype.go#L38: 		check.trace(pos, "validType(%s) nest %v, path %v", typ, pathString(makeObjList(nest)), pathString(makeObjList(path)))